|
Network utilities are software utilities designed to analyze and configure various aspects of computer networks. The majority of them originated on Unix systems, but several later ports to other operating systems exist. The most common tools (found on most operating systems) include: * ping , ping a host to check connectivity (reports packet loss and latency, uses ICMP).* traceroute shows the series of successive systems a packet goes through ''en route'' to its destination on a network. It works by sending packets with sequential TTLs which generate ICMP TTL-exceeded messages from the hosts the packet passes through.* nslookup , used to query a DNS server for DNS data (deprecated on Unix systems in favour of the tool called “host” and dig ; the preferred tool on Microsoft Windows systems).Other network utilities include: * netstat , displays network connections (both incoming and outgoing), routing tables, and a number of network interface and network protocol statistics. It is used for finding problems in the network and to determine the amount of traffic on the network as a performance measurement.〔http://publib.boulder.ibm.com/infocenter/systems/index.jsp?topic=/com.ibm.aix.prftungd/doc/prftungd/netstat.htm〕* spray , which sprays numerous packets in the direction of a host and reports resultsSome usages of network configuration tools also serve to display and diagnose networks, for example: * iproute2 (on Linux) * ifconfig (on Unix)* ipconfig (on Windows)* route can display an IP routing table==References== 抄文引用元・出典: フリー百科事典『 ウィキペディア(Wikipedia)』 ■ウィキペディアで「network utility」の詳細全文を読む スポンサード リンク
|